runtime.cleanupQueue.lock (field)
13 uses
runtime (current package)
mcleanup.go#L387: lock mutex
mcleanup.go#L499: lock(&q.lock)
mcleanup.go#L518: unlock(&q.lock)
mcleanup.go#L522: goparkunlock(&q.lock, waitReasonCleanupWait, traceBlockSystemGoroutine, 1)
mcleanup.go#L596: lock(&q.lock)
mcleanup.go#L625: unlock(&q.lock)
mcleanup.go#L640: unlock(&q.lock)
mcleanup.go#L659: lock(&q.lock)
mcleanup.go#L669: unlock(&q.lock)
mcleanup.go#L767: lock(&q.lock)
mcleanup.go#L771: unlock(&q.lock)
mcleanup.go#L774: unlock(&q.lock)
mgc.go#L204: lockInit(&gcCleanups.lock, lockRankCleanupQueue)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |